dispatchLowMemory

Deprecated

Have your FragmentHostCallback implement androidx.core.content.OnTrimMemoryProvider to automatically dispatch low memory callbacks to fragments.

Lets all Fragments managed by the controller's FragmentManager know the device is in a low memory condition.

Call when the device is low on memory and Fragment's should trim their memory usage.

See also